EGLLogWrapper

open class EGLLogWrapper : EGL11

Constructors

Link copied to clipboard
open fun EGLLogWrapper(egl: EGL, configFlags: Int, log: Writer)

Functions

Link copied to clipboard
open fun eglChooseConfig(display: EGLDisplay, attrib_list: Array<Int>, configs: Array<EGLConfig>, config_size: Int, num_config: Array<Int>): Boolean
Link copied to clipboard
open fun eglCopyBuffers(display: EGLDisplay, surface: EGLSurface, native_pixmap: Any): Boolean
Link copied to clipboard
open fun eglCreateContext(display: EGLDisplay, config: EGLConfig, share_context: EGLContext, attrib_list: Array<Int>): EGLContext
Link copied to clipboard
open fun eglCreatePbufferSurface(display: EGLDisplay, config: EGLConfig, attrib_list: Array<Int>): EGLSurface
Link copied to clipboard
open fun eglCreatePixmapSurface(display: EGLDisplay, config: EGLConfig, native_pixmap: Any, attrib_list: Array<Int>): EGLSurface
Link copied to clipboard
open fun eglCreateWindowSurface(display: EGLDisplay, config: EGLConfig, native_window: Any, attrib_list: Array<Int>): EGLSurface
Link copied to clipboard
open fun eglDestroyContext(display: EGLDisplay, context: EGLContext): Boolean
Link copied to clipboard
open fun eglDestroySurface(display: EGLDisplay, surface: EGLSurface): Boolean
Link copied to clipboard
open fun eglGetConfigAttrib(display: EGLDisplay, config: EGLConfig, attribute: Int, value: Array<Int>): Boolean
Link copied to clipboard
open fun eglGetConfigs(display: EGLDisplay, configs: Array<EGLConfig>, config_size: Int, num_config: Array<Int>): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun eglGetCurrentSurface(readdraw: Int): EGLSurface
Link copied to clipboard
open fun eglGetDisplay(native_display: Any): EGLDisplay
Link copied to clipboard
open fun eglGetError(): Int
Link copied to clipboard
open fun eglInitialize(display: EGLDisplay, major_minor: Array<Int>): Boolean
Link copied to clipboard
open fun eglMakeCurrent(display: EGLDisplay, draw: EGLSurface, read: EGLSurface, context: EGLContext): Boolean
Link copied to clipboard
open fun eglQueryContext(display: EGLDisplay, context: EGLContext, attribute: Int, value: Array<Int>): Boolean
Link copied to clipboard
open fun eglQueryString(display: EGLDisplay, name: Int): String
Link copied to clipboard
open fun eglQuerySurface(display: EGLDisplay, surface: EGLSurface, attribute: Int, value: Array<Int>): Boolean
Link copied to clipboard
open fun eglSwapBuffers(display: EGLDisplay, surface: EGLSurface): Boolean
Link copied to clipboard
open fun eglTerminate(display: EGLDisplay): Boolean
Link copied to clipboard
open fun eglWaitGL(): Boolean
Link copied to clipboard
open fun eglWaitNative(engine: Int, bindTarget: Any): Boolean
Link copied to clipboard
open fun getErrorString(error: Int): String

Properties

Link copied to clipboard
val EGL_ALPHA_FORMAT: Int = 12424
Link copied to clipboard
Link copied to clipboard
val EGL_ALPHA_SIZE: Int = 12321
Link copied to clipboard
val EGL_BAD_ACCESS: Int = 12290
Link copied to clipboard
val EGL_BAD_ALLOC: Int = 12291
Link copied to clipboard
val EGL_BAD_ATTRIBUTE: Int = 12292
Link copied to clipboard
val EGL_BAD_CONFIG: Int = 12293
Link copied to clipboard
val EGL_BAD_CONTEXT: Int = 12294
Link copied to clipboard
Link copied to clipboard
val EGL_BAD_DISPLAY: Int = 12296
Link copied to clipboard
val EGL_BAD_MATCH: Int = 12297
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val EGL_BAD_PARAMETER: Int = 12300
Link copied to clipboard
val EGL_BAD_SURFACE: Int = 12301
Link copied to clipboard
val EGL_BLUE_SIZE: Int = 12322
Link copied to clipboard
val EGL_BUFFER_SIZE: Int = 12320
Link copied to clipboard
Link copied to clipboard
val EGL_COLORSPACE: Int = 12423
Link copied to clipboard
val EGL_CONFIG_CAVEAT: Int = 12327
Link copied to clipboard
val EGL_CONFIG_ID: Int = 12328
Link copied to clipboard
val EGL_CONTEXT_LOST: Int = 12302
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val EGL_DEPTH_SIZE: Int = 12325
Link copied to clipboard
val EGL_DONT_CARE: Int = -1
Link copied to clipboard
val EGL_DRAW: Int = 12377
Link copied to clipboard
val EGL_EXTENSIONS: Int = 12373
Link copied to clipboard
val EGL_GREEN_SIZE: Int = 12323
Link copied to clipboard
val EGL_HEIGHT: Int = 12374
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val EGL_LEVEL: Int = 12329
Link copied to clipboard
Link copied to clipboard
val EGL_LUMINANCE_SIZE: Int = 12349
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val EGL_NONE: Int = 12344
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val EGL_READ: Int = 12378
Link copied to clipboard
val EGL_RED_SIZE: Int = 12324
Link copied to clipboard
val EGL_RENDER_BUFFER: Int = 12422
Link copied to clipboard
Link copied to clipboard
val EGL_RGB_BUFFER: Int = 12430
Link copied to clipboard
val EGL_SAMPLE_BUFFERS: Int = 12338
Link copied to clipboard
val EGL_SAMPLES: Int = 12337
Link copied to clipboard
val EGL_SINGLE_BUFFER: Int = 12421
Link copied to clipboard
val EGL_SLOW_CONFIG: Int = 12368
Link copied to clipboard
val EGL_STENCIL_SIZE: Int = 12326
Link copied to clipboard
val EGL_SUCCESS: Int = 12288
Link copied to clipboard
val EGL_SURFACE_TYPE: Int = 12339
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val EGL_VENDOR: Int = 12371
Link copied to clipboard
val EGL_VERSION: Int = 12372
Link copied to clipboard
Link copied to clipboard
val EGL_WIDTH: Int = 12375
Link copied to clipboard